home *** CD-ROM | disk | FTP | other *** search
/ 5 Star Games: DOS Edition 2 / 5 Star Games - DOS Edition (1995)(Ready to Run).iso / dbc / db_math.h < prev    next >
Encoding:
Text File  |  1992-02-28  |  608 b   |  16 lines

  1. /****************************************************************************/
  2. /*                 HEADER FILE FOR DATABOSS MODULE: DB_MATH                 */
  3. /****************************************************************************/
  4.  
  5. /*********************************  MACROS  *********************************/
  6.  
  7. /*#define fint(x) ((double) ((long) x))*/
  8.  
  9. /*******************************  PROTOTYPES  *******************************/
  10.  
  11. double fint(double n);
  12. double ffrac(double n);
  13. double fround(double n);
  14.  
  15. /***************************** END OF DB_MATH.H *****************************/
  16.